home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / tools / nurbs / r3iaspiral.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  1.6 KB  |  66 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/plugins/tools/nurbs/r3iaspiral.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/intact/r3ianp.js")
  7. include("oops/r3vector.js")
  8. var R3CLID_IASPIRAL = 1790;
  9. R3IASPIA_Spin = 1790500;
  10. function SetR3IASPIA_Spin(value) {
  11.   this.r3Set(R3IASPIA_Spin, value);
  12. }
  13.  
  14. function GetR3IASPIA_Spin() {
  15.   var value = 0;
  16.   return this.r3Get(R3IASPIA_Spin, value); // R3FLOAT *
  17. }
  18.  
  19. R3IASPIA_PointCount = 1790501;
  20. function SetR3IASPIA_PointCount(value) {
  21.   this.r3Set(R3IASPIA_PointCount, value);
  22. }
  23.  
  24. function GetR3IASPIA_PointCount() {
  25.   var value = 0;
  26.   return this.r3Get(R3IASPIA_PointCount, value); // int *
  27. }
  28.  
  29. R3IASPIA_Type = 1790502;
  30. function SetR3IASPIA_Type(value) {
  31.   this.r3Set(R3IASPIA_Type, value);
  32. }
  33.  
  34. function GetR3IASPIA_Type() {
  35.   var value = 0;
  36.   return this.r3Get(R3IASPIA_Type, value); // int *
  37. }
  38.  
  39. R3IASPIA_Depth = 1790503;
  40. function SetR3IASPIA_Depth(value) {
  41.   this.r3Set(R3IASPIA_Depth, value);
  42. }
  43.  
  44. function GetR3IASPIA_Depth() {
  45.   var value = 0;
  46.   return this.r3Get(R3IASPIA_Depth, value); // R3FLOAT *
  47. }
  48.  
  49. function r3Iaspiral () { 
  50.    this.base = r3God;
  51.    if(arguments.length) {
  52.       this.base(R3CLID_IASPIRAL, arguments);
  53.    }
  54.    // Attributes
  55.    this.GetSpin=GetR3IASPIA_Spin;
  56.    this.SetSpin=SetR3IASPIA_Spin;
  57.    this.GetPointCount=GetR3IASPIA_PointCount;
  58.    this.SetPointCount=SetR3IASPIA_PointCount;
  59.    this.GetType=GetR3IASPIA_Type;
  60.    this.SetType=SetR3IASPIA_Type;
  61.    this.GetDepth=GetR3IASPIA_Depth;
  62.    this.SetDepth=SetR3IASPIA_Depth;
  63. }
  64.  
  65. r3Iaspiral.prototype=new r3Ianp;
  66. // inc/plugins/tools/nurbs/r3iaspiral.h_H